nil)))
(defconst generate-autoload-cookie ";;;###autoload"
- "Magic comment that tells \\[update-file-autoloads]
-to make the following form into an autoload. This string should be
+ "Magic comment indicating the following form should be autoloaded.
+Used by \\[update-file-autoloads]. This string should be
meaningless to Lisp (e.g., a comment).
This string is used:
;;;###autoload
(defun update-autoloads-here ()
- "Update the sections of the current buffer generated by
-\\[update-file-autoloads]."
+ "\
+Update sections of the current buffer generated by \\[update-file-autoloads]."
(interactive)
(let ((generated-autoload-file (buffer-file-name)))
(save-excursion